Below is a list of the user defined functions for catagory: GuiSlider Management.
Click on a user defined function name for a detailed description.
User Defined Function | Description |
_GUICtrlSliderClearTics | Removes the current tick marks from a slider. |
_GUICtrlSliderGetLineSize | Retrieves the number of logical positions the slider moves. |
_GUICtrlSliderGetNumTics | Retrieves the number of tick marks from a slider. |
_GUICtrlSliderGetPageSize | Retrieves the number of logical positions the slider moves. |
_GUICtrlSliderGetPos | Retrieves the logical position the slider. |
_GUICtrlSliderGetRangeMax | Retrieves the maximum position for the slider. |
_GUICtrlSliderGetRangeMin | Retrieves the minimum position for the slider. |
_GUICtrlSliderSetLineSize | Sets the number of logical positions the slider moves. |
_GUICtrlSliderSetPageSize | Sets the number of logical positions the slider moves. |
_GUICtrlSliderSetPos | Sets the current logical position of the slider. |
_GUICtrlSliderSetTicFreq | Sets the interval frequency for tick marks in a slider. |